/* Cards
*************************************/
.card {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 16px;
  clear: both;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16), 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    /* IE10+ do not render border-radius well. Override the value to 0. */
    border-radius: 0;
  }
}
.card > .card-header {
  position: relative;
  padding: 16px;
  height: 50px;
  border-bottom: 1px solid transparent;
  clear: both;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card > .card-header {
    /* IE10+ do not render border-radius well. Override the value to 0. */
    border-radius: 0;
  }
}
.card > .card-header.card-header-bordered {
  border-bottom: 1px solid #eeeeee;
}

.card > .card-header:not(.card-header-bordered) + .card-body {
  padding-top: 0;
}

.card > .card-header .card-title,
.card > .card-header h1, .card > .card-header .h1,
.card > .card-header h2, .card > .card-header .h2,
.card > .card-header h3, .card > .card-header .h3,
.card > .card-header h4,
.card > .card-header form .form-title, form .card > .card-header .form-title,
.card > .card-header form legend,
form .card > .card-header legend,
.card > .card-header .form .form-title,
.form .card > .card-header .form-title,
.card > .card-header .form legend,
.form .card > .card-header legend, .card > .card-header .h4,
.card > .card-header h5,
.card > .card-header .list-group .list-group-item.list-group-header, .list-group .card > .card-header .list-group-item.list-group-header, .card > .card-header .h5,
.card > .card-header h6, .card > .card-header .h6 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0.1px;
  color: #666666;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.card > .card-header .card-title [class^=icon-],
.card > .card-header .card-title [class*=" icon-"],
.card > .card-header h1 [class^=icon-],
.card > .card-header h1 [class*=" icon-"], .card > .card-header .h1 [class^=icon-],
.card > .card-header .h1 [class*=" icon-"],
.card > .card-header h2 [class^=icon-],
.card > .card-header h2 [class*=" icon-"], .card > .card-header .h2 [class^=icon-],
.card > .card-header .h2 [class*=" icon-"],
.card > .card-header h3 [class^=icon-],
.card > .card-header h3 [class*=" icon-"], .card > .card-header .h3 [class^=icon-],
.card > .card-header .h3 [class*=" icon-"],
.card > .card-header h4 [class^=icon-],
.card > .card-header form .form-title [class^=icon-], form .card > .card-header .form-title [class^=icon-],
.card > .card-header form legend [class^=icon-],
form .card > .card-header legend [class^=icon-],
.card > .card-header .form .form-title [class^=icon-],
.form .card > .card-header .form-title [class^=icon-],
.card > .card-header .form legend [class^=icon-],
.form .card > .card-header legend [class^=icon-],
.card > .card-header h4 [class*=" icon-"],
.card > .card-header form .form-title [class*=" icon-"], form .card > .card-header .form-title [class*=" icon-"],
.card > .card-header form legend [class*=" icon-"],
form .card > .card-header legend [class*=" icon-"],
.card > .card-header .form .form-title [class*=" icon-"],
.form .card > .card-header .form-title [class*=" icon-"],
.card > .card-header .form legend [class*=" icon-"],
.form .card > .card-header legend [class*=" icon-"], .card > .card-header .h4 [class^=icon-],
.card > .card-header .h4 [class*=" icon-"],
.card > .card-header h5 [class^=icon-],
.card > .card-header .list-group .list-group-item.list-group-header [class^=icon-], .list-group .card > .card-header .list-group-item.list-group-header [class^=icon-],
.card > .card-header h5 [class*=" icon-"],
.card > .card-header .list-group .list-group-item.list-group-header [class*=" icon-"], .list-group .card > .card-header .list-group-item.list-group-header [class*=" icon-"], .card > .card-header .h5 [class^=icon-],
.card > .card-header .h5 [class*=" icon-"],
.card > .card-header h6 [class^=icon-],
.card > .card-header h6 [class*=" icon-"], .card > .card-header .h6 [class^=icon-],
.card > .card-header .h6 [class*=" icon-"] {
  float: left;
  font-size: 17px;
  margin-right: 8px;
}

.card > .card-header .card-header-actions,
.card > .card-header .actions {
  position: absolute;
  top: 0;
  right: 0;
}

.card > .card-header .card-header-actions .btn,
.card > .card-header .actions .btn {
  box-shadow: none;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  color: #00ACC1;
}

.card > .card-header + .card-tabs .nav-tabs {
  padding-top: 0;
}

.card > .card-header .form-control {
  font-size: 17px;
  border-color: transparent;
  position: relative;
  top: -2px;
}

.card > .card-header:hover .form-control {
  border-color: #ddd;
}

.card > .card-header:hover .form-control:focus, .card > .card-header:hover .form-control:active {
  border-color: #00ACC1;
}

.card.card-bordered {
  border-top: 2px solid #00ACC1;
}

.card > .nav-tabs {
  margin-bottom: 0;
}

.card.card-tabbed {
  position: absolute;
  top: 1px;
  right: 2px;
  bottom: 3px;
  left: 2px;
  margin-bottom: 0;
  overflow: hidden;
}

.card.card-tabbed > .nav .open > a,
.card.card-tabbed > .nav .open > a:hover,
.card.card-tabbed > .nav .open > a:focus {
  background-color: transparent;
}

.card.card-tabbed > .nav-tabs {
  position: relative;
  z-index: 10;
  height: 40px;
  border-bottom: 0;
  padding-top: 4px;
  margin-bottom: 8px;
}

.card.card-tabbed > .nav-tabs + .card-body,
.card.card-tabbed > .nav-tabs + .tab-content {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 1;
}

.card.card-tabbed > .card-header + .nav-tabs:before,
.card.card-tabbed > .card-header + .tab-content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  background-color: #fff;
  top: -2px;
  right: 0;
  left: 0;
  height: 2px;
}

.card.card-tabbed > .card-header + .nav-tabs + .card-body,
.card.card-tabbed > .card-header + .tab-content + .card-body {
  top: 90px;
}

.card.card-tabbed > .card-body {
  overflow-y: auto;
  padding-top: 24px;
}

.card.card-tabbed.card-tabbed-inline {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  overflow: visible;
}

.card.card-tabbed.card-tabbed-inline > .nav-tabs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.card.card-tabbed.card-tabbed-inline > .nav-tabs + .card-body,
.card.card-tabbed.card-tabbed-inline > .nav-tabs + .tab-content {
  top: auto;
  padding-top: 64px;
}

.card.card-tabbed.card-tabbed-inline > .card-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.card.card-tabbed.card-tabbed-inline > .card-header + .nav-tabs {
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
}

.card.card-tabbed.card-tabbed-inline > .card-header + .nav-tabs + .card-body,
.card.card-tabbed.card-tabbed-inline > .card-header + .nav-tabs + .tab-content {
  top: auto;
  padding-top: 114px;
}

.card.card-tabbed.card-tabbed-inline > .card-body,
.card.card-tabbed.card-tabbed-inline > .tab-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.card.card-tabbed.container-fluid > .card-body {
  padding: 0;
}

.card.card-tabbed.container-fluid .tab-content,
.card.card-tabbed.container-fluid .tab-content .tab-pane {
  height: 100%;
}

.card.card-tabbed.container-fluid .tab-content .card-body,
.card.card-tabbed.container-fluid .tab-content .tab-pane .card-body {
  padding: 16px;
}

@media (max-width: 767px) {
  .card.card-tabbed > .nav-tabs {
    white-space: nowrap;
    height: 41px;
    width: 100%;
    overflow-x: auto;
  }
  .card.card-tabbed > .nav-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .card.card-tabbed > .nav-tabs > li {
    float: none;
    display: inline-block;
  }
  .card.card-tabbed > .nav-tabs > li > a {
    font-size: 13px;
    font-weight: 500 !important;
  }
  .card.card-tabbed > .card-header {
    z-index: 1000;
  }
  .card.card-tabbed > .card-header:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 11;
    background-color: #fff;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
  }
}
.card > .card-body {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  padding: 16px;
  border-radius: 0 0 2px 2px;
  box-sizing: border-box;
}

.card > .card-body > .media-list {
  padding: 0;
}

.card > .mce-tinymce {
  box-shadow: none;
  border-top: 1px solid #D5D5D5;
}

.card > .list-group {
  margin: 0;
}

.card > .list-group > .list-group-item {
  border: none;
  border-top: 1px solid #eeeeee;
  padding: 10px 15px;
}

.card > .list-group > .list-group-item:first-child {
  border: none;
}

.card > .list-group > .list-group-item img {
  max-height: 40px;
}

.card > .list-group > .list-group-item .list-group-item-heading {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

.card > .list-group > .list-group-item .list-group-item-text {
  display: block;
  font-size: 12px;
  color: #bbb;
  margin-bottom: 0;
  line-height: 1.3;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card > .list-group > .list-group-item .list-actions {
  float: right;
}

.card > .media-list {
  padding: 0 0 16px 0;
}

.card > .media-list > .media .media-left {
  padding-left: 16px;
}

.card > .media-list > .media .media-body {
  padding-right: 16px;
}

.card > .media-list > .media .media-body > .media {
  margin-right: -16px;
  margin-left: -16px;
}

.card > .media-list > .media .media-body > .media .media-body {
  padding-right: 16px;
}

.card > .card-footer {
  padding: 0;
  text-align: left;
}

.card > .card-footer.card-footer-bordered {
  padding-top: 0;
  border-top: 1px solid #eeeeee;
}

.card > .card-footer a, .card > .card-footer .btn {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  color: #00ACC1;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 13px;
}

.card + h1, .card + .h1,
.card + h2, .card + .h2,
.card + h3, .card + .h3,
.card + h4, form .card + .form-title,
form .card + legend,
.form .card + .form-title,
.form .card + legend, .card + .h4,
.card + h5, .list-group .card + .list-group-item.list-group-header, .card + .h5,
.card + h6, .card + .h6 {
  margin-top: 30px;
}

.card > .card-body > fieldset:first-child > legend:first-child {
  padding-top: 0;
}

.card h2 {
  font-size: 14px;
  margin-top: 0;
  color: #24c1e4;
  font-weight: 500;
}
.card p {
  color: #475d6b;
}/*# sourceMappingURL=newcards.css.map */